ServiceMarkAllItemsAsRead Method (FolderId, Boolean, Boolean) |
Marks all items as read.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Response MarkAllItemsAsRead(
FolderId folderId,
bool isRead,
bool suppressReadReceipts
)
Public Function MarkAllItemsAsRead (
folderId As FolderId,
isRead As Boolean,
suppressReadReceipts As Boolean
) As Response
Parameters
- folderId
- Type: Independentsoft.ExchangeFolderId
The folder identifier. - isRead
- Type: SystemBoolean
if set to true [is read]. - suppressReadReceipts
- Type: SystemBoolean
if set to true [suppress read receipts].
Return Value
Type:
ResponseResponse.
See Also